home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 2.0 - Programmer's Utilities Power Pack
/
Delphi 2.0 Programmer's Utilities Power Pack.iso
/
m_to_r
/
rtdc
/
test1.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-15
|
201 b
|
14 lines
program Test1;
uses
Forms,
Testuni1 in 'TESTUNI1.PAS' {Form1},
Login in 'LOGIN.PAS' {LoginForm};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.